home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / try_qb / go.bat < prev    next >
DOS Batch File  |  1990-01-24  |  5KB  |  106 lines

  1. echo off
  2. cls
  3. echo                           Public (Software) Library
  4. echo                       Technical Support: 1-713-524-6394
  5. echo  
  6. echo In order to get as many files as possible on this disk, we have compressed
  7. echo    and combined the files for each program into .COM and .EXE files.
  8. echo  
  9. echo When you type the names of one of these files, it will self-extract the
  10. echo    files within it into separate files on the default drive and directory.
  11. echo  
  12. echo To uncompress and uncombine these files, follow these steps:
  13. echo    1. Put this disk in drive A:
  14. echo    2. Go to the drive and directory where you want the files. (Ex: C:\ME)
  15. echo    3. At the DOS prompt enter  A:filename (press Enter)
  16. echo       For Example: if the name of the file is WORDPRO@.EXE, from the C:\ME\
  17. echo       prompt, you would just enter  A:WORDPRO@ and press Enter. ("C:\ME\"
  18. echo       and "A:WORDPRO@" are examples -- substitute actual names you are using.)
  19. echo  
  20. echo If you follow these procedures for a .COM or .EXE file and a program starts
  21. echo    running instead of files being extracted, then the file was not a
  22. echo    compressed file.  You can run such a program as-is.
  23. echo To help distinguish a self-extracting .COM/.EXE file from a program .COM/.EXE
  24. echo    file, we put the "@" character at the end of the file name, as in WORDPRO@.
  25. echo  
  26. pause
  27. cls
  28. echo After extracting the files, look for filenames that contain the letters
  29. echo    DOC, TXT, MAN, MNL, ASC or READ ME in the name.
  30. echo Such a text file should contain the documentation for the program.
  31. echo You can view these text files on the screen by entering at the DOS prompt:
  32. echo                             TYPE filename.DOC
  33. echo           (substitute the actual filename and extension, of course)
  34. echo  
  35. echo This will cause the documentation to scroll by faster than you can read it.
  36. echo So we recommend the use of a utility such as Vernon Buerg's LIST program
  37. echo that will let you scroll and page up and down through a file. LIST is on disk
  38. echo 1-UT-274 in The Public (Software) Library, P.O.Box 35705, Houston, TX 77235.
  39. echo LIST is also on the PSL's "PD/Shareware Reviews Disks" which also contain
  40. echo   write-ups of all the thousands of programs in the PSL.
  41. echo  
  42. echo You can also print the documentation by entering at the DOS prompt:
  43. echo                            COPY filename.ext PRN
  44. echo            (for more info on TYPE and COPY, see your DOS manual)
  45. echo  
  46. echo A very few programs don't have documentation files.
  47. echo They are self-documenting when run.
  48. echo  
  49. pause
  50. cls
  51. echo  
  52. echo  
  53. echo For writeups of all the programs in the library, get the PD/SHAREWARE REVIEWS
  54. echo disks. These disks can be updated (free) monthly.
  55. echo  
  56. echo Programs with an extension of BAS require you to load BASIC, BASICA or GWBASIC
  57. echo to run the program. Please read your DOS & BASIC manuals for more information.
  58. echo Files with an extension of ARC contain one or more compressed files.
  59. echo Use an ARC utility such as ARCE to extract the files.
  60. echo  
  61. echo If you still have questions about how to get the documentation or how to run
  62. echo the programs, get the TUTOR disk (2-ED-085) from the Public (Software) Library.
  63. echo  
  64. echo DO NOT WORK FROM THIS DISK. First read the documentation on this disk then copy
  65. echo by file name to another disk only the files that you need to run the program
  66. echo and use that disk as your working disk. If anything goes wrong recopy the files
  67. echo from this disk. If you do not have backups, you will have to reorder the disk.
  68. echo  
  69. echo Programs and disk copies are tested. Do not return disks without a postage-paid
  70. echo self-addressed return mailer unless we have acknowledged a problem first.
  71. echo  
  72. pause
  73. cls
  74. echo  
  75. echo VIDEO: If you do not have a color monitor, you should get BWVID on the Video
  76. echo Utilities Disk (1-UT-280) to make colored text readable. If you have a Hercules
  77. echo mono-graphics card (or compatible), you will need the Hercules Utilities disk
  78. echo to run graphics program that were not written specifically for the Hercules.
  79. echo  
  80. echo If a program displays "garbage" on the screen with lots of "left arrow" charac-
  81. echo ters, it may require that you have ANSI.SYS in your CONFIG.SYS file. See your
  82. echo DOS manual for more information about ANSI.SYS.
  83. echo  
  84. echo PRINTERS: Programs that use printer graphics or other special printer features
  85. echo often only support Epson/IBM and compatible printers unless otherwise stated.
  86. echo However, most programs only print plain text to the screen and printer and
  87. echo should work on any system unless otherwise indicated.
  88. echo  
  89. echo COMPATIBILITY: Most programs will work on any PC-compatible computer which has
  90. echo 640k and two drives.  We do not test programs on other configurations or on
  91. echo less compatible machines such as the PCjr and cannot guarantee the programs
  92. echo to work on those machines.
  93. echo  
  94. echo IF YOU HAVE TROUBLE FIGURING OUT HOW TO GET STARTED, PLEASE READ THIS FILE AGAIN
  95. echo If you follow the instructions in this file carefully, everything should work.
  96. echo  
  97. pause
  98. cls
  99. dir /w
  100. echo  
  101. echo   Remember the GENERAL format to use to uncompress .COM and .EXE files:
  102. echo           1. Put this disk in drive A:
  103. echo           2. Go to the target drive and directory
  104. echo           3. At the DOS prompt enter   A:filename (press Enter)
  105. echo  
  106.